home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / IMD.CST / 00006.ls < prev    next >
Encoding:
Text File  |  1996-07-16  |  172 b   |  8 lines

  1. on alpha theKey
  2.   set keyNum = charToNum(theKey)
  3.   if keyNum > 64 and keyNum < 91 or keyNum > 96 and keyNum < 123 then
  4.     return TRUE
  5.   else
  6.     return FALSE
  7.   end if
  8. end